home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / cuos204.zip / DIAG.CMD < prev    next >
OS/2 REXX Batch file  |  1996-11-02  |  225b  |  10 lines

  1. @echo off
  2.  
  3. del diag.out
  4. echo ***  netstat -n >> diag.out
  5. netstat -n >> diag.out
  6. echo **** netstat -a >> diag.out
  7. netstat -a >> diag.out
  8. dir cuseeme2.exe >> diag.out
  9. echo please email diag.out to deckkh@inet.uni-c.dk
  10.